home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.C1.0000 < prev    next >
Encoding:
Text File  |  1988-11-20  |  1.1 KB  |  31 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $C1 (193)
  8. Auxiliary Type:    $0000
  9.  
  10. Full Name:     Apple IIGS Super Hi-Res Graphics Screen Image
  11. Short Name:    Super Hi-Res Screen Image
  12.  
  13. Written by:    Matt Deatherage                                  November 1988
  14.  
  15. Files of this type and auxiliary type contain a 32K unpacked picture image.
  16. _____________________________________________________________________________
  17.  
  18. Files of type $C1 and auxiliary type $0000 contain a 32K unpacked Super Hi-Res 
  19. screen image, which is created by writing the entire Super Hi-Res screen area 
  20. ($E12000-$E19FFF) to a file.  If you pass this data through the PackBytes 
  21. routine, you can save the result as a file of type $C0 and auxiliary type 
  22. $0001 (Packed Apple IIGS Super Hi-Res Image File).
  23.  
  24. Note:    The first release of Activision's PaintWorks assumes that 
  25. palette colors are ordered from highest to lowest luminance.
  26.  
  27.  
  28. Further Reference
  29. o    Apple II File Type Notes, File Type $C0, Auxiliary Type $0001
  30.  
  31.